home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 203
- Top = 115
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Setup'
- ClientHeight = 101
- ClientWidth = 291
- Color = clBlack
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- WindowState = wsMaximized
- OnCreate = Form1Create
- OnDestroy = Form1Destroy
- OnShow = Form1Show
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 12
- Top = 23
- Width = 122
- Height = 148
- AutoSize = True
- end
- object Label1: TLabel
- Left = 142
- Top = 16
- Width = 288
- Height = 40
- Caption = 'Rescue 95 Setup'
- Color = clBlack
- Font.Color = clYellow
- Font.Height = -37
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentColor = False
- ParentFont = False
- end
- object Label2: TLabel
- Left = 455
- Top = 1
- Width = 183
- Height = 13
- Caption = 'Copyright 1997 by Super Win Software'
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 146
- Top = 109
- end
- end
-